TMSLoaderOptions class overview.
Properties
Name | Description |
CheckConstraints |
Used to specify if the table constraints are checked during loading.
|
FireTrigger |
Allows table triggers to be fired with TMSLoader on SQL Server during insertion, deactivated by default.
|
KilobytesPerBatch |
Used to specify the size of data in kilobytes to load in a single batch.
|
LockTable |
Used to specify if the table-level lock is performed while loading is in progress.
|
RowsPerBatch |
Used to specify the number of rows to load in a single batch.
|
UseBlankValues (inherited from TDALoaderOptions) |
Forces SDAC to fill the buffer with null values after loading a row to the database.
|